home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMJUNK / TFRMJUNK.txt
Encoding:
Text File  |  2004-05-18  |  17.6 KB  |  720 lines

  1. object FrmJunk: TFrmJunk
  2.   Left = 382
  3.   Top = 102
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Junk Mail Filtering'
  7.   ClientHeight = 410
  8.   ClientWidth = 518
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     518
  22.     410)
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object Bevel1: TBevel
  26.     Left = 0
  27.     Top = 370
  28.     Width = 522
  29.     Height = 4
  30.     Shape = bsTopLine
  31.   end
  32.   object LblPass: TLabel
  33.     Left = 76
  34.     Top = 289
  35.     Width = 245
  36.     Height = 18
  37.     Caption = 'You entered an incorrect password!'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = 18
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Visible = False
  45.   end
  46.   object gb: TElGroupBox
  47.     Left = 8
  48.     Top = 6
  49.     Width = 505
  50.     Height = 83
  51.     AutoDisableChildren = False
  52.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  53.     Caption = ' Configure Junk Mail filtering features '
  54.     Flat = False
  55.     FlatAlways = False
  56.     ShowFocus = False
  57.     TabOrder = 0
  58.     object Label1: TLabel
  59.       Left = 12
  60.       Top = 55
  61.       Width = 131
  62.       Height = 16
  63.       Caption = '&Select sensitivity level:'
  64.     end
  65.     object cbEnabled: TElCheckBox
  66.       Left = 20
  67.       Top = 26
  68.       Width = 254
  69.       Height = 20
  70.       Cursor = crDefault
  71.       Caption = '&Enable automatic Junk Mail filtering'
  72.       TabOrder = 0
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -13
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       OnClick = cbEnabledClick
  80.       DoubleBuffered = False
  81.     end
  82.     object cbSensitivity: TElAdvancedComboBox
  83.       Left = 172
  84.       Top = 51
  85.       Width = 183
  86.       Height = 24
  87.       AutoCompletion = False
  88.       Flat = False
  89.       HandleDialogKeys = False
  90.       HorizontalScroll = False
  91.       ItemIndex = -1
  92.       ItemHeight = 16
  93.       Style = csDropDownList
  94.       TabOrder = 1
  95.       OnChange = cbSensitivityChange
  96.     end
  97.   end
  98.   object pc: TElPageControl
  99.     Left = 0
  100.     Top = 96
  101.     Width = 523
  102.     Height = 274
  103.     BorderWidth = 0
  104.     DrawFocus = False
  105.     Flat = False
  106.     HotTrack = False
  107.     Multiline = True
  108.     RaggedRight = True
  109.     ScrollOpposite = False
  110.     ShowBorder = False
  111.     Style = etsFlatTabs
  112.     TabIndex = 0
  113.     TabPosition = etpTop
  114.     HotTrackFont.Charset = DEFAULT_CHARSET
  115.     HotTrackFont.Color = clBlue
  116.     HotTrackFont.Height = -13
  117.     HotTrackFont.Name = 'MS Sans Serif'
  118.     HotTrackFont.Style = []
  119.     ActivePage = TabSheet6
  120.     ActiveTabFont.Charset = DEFAULT_CHARSET
  121.     ActiveTabFont.Color = clWindowText
  122.     ActiveTabFont.Height = -13
  123.     ActiveTabFont.Name = 'MS Sans Serif'
  124.     ActiveTabFont.Style = []
  125.     OnDrawTab = pcDrawTab
  126.     ParentColor = False
  127.     TabOrder = 1
  128.     UseXPThemes = False
  129.     DockOrientation = doNoOrient
  130.     object TabSheet6: TElTabSheet
  131.       OnShow = TabSheet6Show
  132.       PageControl = pc
  133.       ImageIndex = 5
  134.       Caption = 'St&atus'
  135.       object Label8: TLabel
  136.         Left = 124
  137.         Top = 211
  138.         Width = 197
  139.         Height = 32
  140.         Alignment = taRightJustify
  141.         Caption = 
  142.           'Apply settings and test Junk Mail '#13#10'filtering on selected messag' +
  143.           'e(s):'
  144.       end
  145.       object Label27: TLabel
  146.         Left = 172
  147.         Top = 168
  148.         Width = 147
  149.         Height = 32
  150.         Alignment = taRightJustify
  151.         Caption = 'Teach Bayesian filters,'#13#10'selected message(s) are:'
  152.       end
  153.       object LblStatus: TElHTMLLabel
  154.         Left = 11
  155.         Top = 15
  156.         Width = 496
  157.         Height = 148
  158.         Cursor = crDefault
  159.         IsHTML = True
  160.         WordWrap = True
  161.         LinkStyle = [fsUnderline]
  162.         OnLinkClick = LblStatusLinkClick
  163.         AutoSize = False
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clWindowText
  166.         Font.Height = -13
  167.         Font.Name = 'Arial'
  168.         Font.Style = []
  169.         ParentFont = False
  170.         Transparent = True
  171.       end
  172.       object MemoStatus: TMemo
  173.         Left = 486
  174.         Top = 10
  175.         Width = 497
  176.         Height = 146
  177.         BorderStyle = bsNone
  178.         Font.Charset = DEFAULT_CHARSET
  179.         Font.Color = clWindowText
  180.         Font.Height = -13
  181.         Font.Name = 'Arial'
  182.         Font.Style = []
  183.         ParentColor = True
  184.         ParentFont = False
  185.         ReadOnly = True
  186.         TabOrder = 3
  187.       end
  188.       object BtnTest: TButton
  189.         Left = 331
  190.         Top = 211
  191.         Width = 180
  192.         Height = 33
  193.         Caption = 'Apply and &Test'
  194.         TabOrder = 2
  195.         OnClick = BtnTestClick
  196.       end
  197.       object BtnLearnJunk: TButton
  198.         Left = 331
  199.         Top = 170
  200.         Width = 88
  201.         Height = 30
  202.         Caption = 'Junk'
  203.         TabOrder = 0
  204.         OnClick = BtnLearnJunkClick
  205.       end
  206.       object BtnLearnGood: TButton
  207.         Left = 423
  208.         Top = 170
  209.         Width = 88
  210.         Height = 30
  211.         Caption = 'Good'
  212.         TabOrder = 1
  213.         OnClick = BtnLearnGoodClick
  214.       end
  215.     end
  216.     object TabSheet1: TElTabSheet
  217.       PageControl = pc
  218.       Caption = '&General Settings'
  219.       Visible = False
  220.       object GroupBox2: TElGroupBox
  221.         Left = 12
  222.         Top = 8
  223.         Width = 491
  224.         Height = 112
  225.         AutoDisableChildren = False
  226.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  227.         Caption = ' Run automatic junk mail filters: '
  228.         Flat = False
  229.         FlatAlways = False
  230.         ParentColor = True
  231.         ShowFocus = False
  232.         TabOrder = 0
  233.         object Label5: TLabel
  234.           Left = 30
  235.           Top = 38
  236.           Width = 343
  237.           Height = 16
  238.           Caption = 'place headers to Junk mailbox, delete message from server'
  239.           Transparent = True
  240.         end
  241.         object Label6: TLabel
  242.           Left = 30
  243.           Top = 88
  244.           Width = 350
  245.           Height = 16
  246.           Caption = 'place message to Junk mailbox, delete message from server'
  247.           Transparent = True
  248.         end
  249.         object cbPreFetch: TElRadioButton
  250.           Left = 10
  251.           Top = 18
  252.           Width = 194
  253.           Height = 20
  254.           Cursor = crDefault
  255.           Checked = True
  256.           Caption = 'Before downloading message'
  257.           TabOrder = 0
  258.           DoubleBuffered = False
  259.         end
  260.         object cbPostFetch: TElRadioButton
  261.           Left = 10
  262.           Top = 68
  263.           Width = 184
  264.           Height = 20
  265.           Cursor = crDefault
  266.           Caption = 'After downloading message'
  267.           TabOrder = 1
  268.           DoubleBuffered = False
  269.         end
  270.       end
  271.       object ElGroupBox1: TElGroupBox
  272.         Left = 12
  273.         Top = 130
  274.         Width = 491
  275.         Height = 90
  276.         AutoDisableChildren = False
  277.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  278.         Caption = ' Filter Settings: '
  279.         Flat = False
  280.         FlatAlways = False
  281.         ParentColor = True
  282.         ShowFocus = False
  283.         TabOrder = 1
  284.         object Label2: TLabel
  285.           Left = 17
  286.           Top = 25
  287.           Width = 112
  288.           Height = 16
  289.           Caption = 'Custom Sensitivity:'
  290.         end
  291.         object Label3: TLabel
  292.           Left = 185
  293.           Top = 25
  294.           Width = 44
  295.           Height = 16
  296.           Alignment = taRightJustify
  297.           Caption = 'Highest'
  298.         end
  299.         object Label4: TLabel
  300.           Left = 423
  301.           Top = 25
  302.           Width = 41
  303.           Height = 16
  304.           Caption = 'Lowest'
  305.         end
  306.         object BarSensitivity: TTrackBar
  307.           Left = 230
  308.           Top = 19
  309.           Width = 190
  310.           Height = 28
  311.           Max = 100
  312.           Min = 10
  313.           Orientation = trHorizontal
  314.           PageSize = 1
  315.           Frequency = 5
  316.           Position = 10
  317.           SelEnd = 0
  318.           SelStart = 0
  319.           TabOrder = 0
  320.           TickMarks = tmBottomRight
  321.           TickStyle = tsAuto
  322.           OnChange = BarSensitivityChange
  323.           OnExit = BarBayesThresholdExit
  324.         end
  325.         object cbRunNonBayes: TElCheckBox
  326.           Left = 20
  327.           Top = 54
  328.           Width = 224
  329.           Height = 20
  330.           Cursor = crDefault
  331.           Caption = ' Run standard non-Bayesian filters'
  332.           TabOrder = 1
  333.           OnClick = cbEnabledClick
  334.           DoubleBuffered = False
  335.         end
  336.       end
  337.     end
  338.     object ElTabSheet1: TElTabSheet
  339.       PageControl = pc
  340.       Caption = 'Bayesian'
  341.       Visible = False
  342.       object gbBayes: TElGroupBox
  343.         Left = 12
  344.         Top = 8
  345.         Width = 491
  346.         Height = 215
  347.         AutoDisableChildren = True
  348.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  349.         Caption = ' Run learning Bayesian filters: '
  350.         Flat = False
  351.         FlatAlways = False
  352.         ParentColor = True
  353.         ShowCheckBox = True
  354.         ShowFocus = False
  355.         TabOrder = 0
  356.         OnClick = cbEnabledClick
  357.         object Label15: TLabel
  358.           Left = 201
  359.           Top = 29
  360.           Width = 25
  361.           Height = 16
  362.           Alignment = taRightJustify
  363.           Caption = '0.50'
  364.         end
  365.         object Label16: TLabel
  366.           Left = 371
  367.           Top = 29
  368.           Width = 25
  369.           Height = 16
  370.           Caption = '0.99'
  371.         end
  372.         object Label17: TLabel
  373.           Left = 17
  374.           Top = 59
  375.           Width = 91
  376.           Height = 16
  377.           Caption = 'Good mail bias:'
  378.         end
  379.         object Label18: TLabel
  380.           Left = 219
  381.           Top = 59
  382.           Width = 7
  383.           Height = 16
  384.           Alignment = taRightJustify
  385.           Caption = '1'
  386.         end
  387.         object Label19: TLabel
  388.           Left = 371
  389.           Top = 59
  390.           Width = 7
  391.           Height = 16
  392.           Caption = '5'
  393.         end
  394.         object Label20: TLabel
  395.           Left = 39
  396.           Top = 121
  397.           Width = 69
  398.           Height = 16
  399.           Caption = 'Junk Score:'
  400.         end
  401.         object Label21: TLabel
  402.           Left = 219
  403.           Top = 121
  404.           Width = 7
  405.           Height = 16
  406.           Alignment = taRightJustify
  407.           Caption = '0'
  408.         end
  409.         object Label22: TLabel
  410.           Left = 371
  411.           Top = 121
  412.           Width = 21
  413.           Height = 16
  414.           Caption = '100'
  415.         end
  416.         object Label23: TLabel
  417.           Left = 39
  418.           Top = 151
  419.           Width = 73
  420.           Height = 16
  421.           Caption = 'Good Score:'
  422.         end
  423.         object Label24: TLabel
  424.           Left = 219
  425.           Top = 151
  426.           Width = 7
  427.           Height = 16
  428.           Alignment = taRightJustify
  429.           Caption = '0'
  430.         end
  431.         object Label25: TLabel
  432.           Left = 371
  433.           Top = 151
  434.           Width = 25
  435.           Height = 16
  436.           Caption = '-100'
  437.         end
  438.         object Label7: TLabel
  439.           Left = 17
  440.           Top = 91
  441.           Width = 301
  442.           Height = 16
  443.           Caption = 'After classifying a message give the following score:'
  444.         end
  445.         object Label26: TLabel
  446.           Left = 17
  447.           Top = 29
  448.           Width = 88
  449.           Height = 16
  450.           Caption = 'Junk threshold:'
  451.         end
  452.         object BarBayesThreshold: TTrackBar
  453.           Left = 236
  454.           Top = 23
  455.           Width = 128
  456.           Height = 28
  457.           Hint = '12'
  458.           Max = 99
  459.           Min = 50
  460.           Orientation = trHorizontal
  461.           PageSize = 1
  462.           Frequency = 5
  463.           Position = 90
  464.           SelEnd = 0
  465.           SelStart = 0
  466.           TabOrder = 0
  467.           TickMarks = tmBottomRight
  468.           TickStyle = tsAuto
  469.           OnChange = BarBayesThresholdChange
  470.           OnExit = BarBayesThresholdExit
  471.         end
  472.         object BarBayesGoodBias: TTrackBar
  473.           Left = 236
  474.           Top = 53
  475.           Width = 128
  476.           Height = 28
  477.           Max = 50
  478.           Min = 10
  479.           Orientation = trHorizontal
  480.           PageSize = 1
  481.           Frequency = 5
  482.           Position = 20
  483.           SelEnd = 0
  484.           SelStart = 0
  485.           TabOrder = 1
  486.           TickMarks = tmBottomRight
  487.           TickStyle = tsAuto
  488.           OnChange = BarBayesThresholdChange
  489.           OnExit = BarBayesThresholdExit
  490.         end
  491.         object BarBayesJunkScore: TTrackBar
  492.           Left = 236
  493.           Top = 115
  494.           Width = 128
  495.           Height = 28
  496.           Max = 100
  497.           Orientation = trHorizontal
  498.           PageSize = 1
  499.           Frequency = 5
  500.           Position = 20
  501.           SelEnd = 0
  502.           SelStart = 0
  503.           TabOrder = 2
  504.           TickMarks = tmBottomRight
  505.           TickStyle = tsAuto
  506.           OnChange = BarBayesThresholdChange
  507.           OnExit = BarBayesThresholdExit
  508.         end
  509.         object BarBayesGoodScore: TTrackBar
  510.           Left = 236
  511.           Top = 145
  512.           Width = 128
  513.           Height = 28
  514.           Max = 100
  515.           Orientation = trHorizontal
  516.           PageSize = 1
  517.           Frequency = 5
  518.           Position = 20
  519.           SelEnd = 0
  520.           SelStart = 0
  521.           TabOrder = 3
  522.           TickMarks = tmBottomRight
  523.           TickStyle = tsAuto
  524.           OnChange = BarBayesThresholdChange
  525.           OnExit = BarBayesThresholdExit
  526.         end
  527.         object BtnResetBayesian: TButton
  528.           Left = 331
  529.           Top = 184
  530.           Width = 151
  531.           Height = 24
  532.           Caption = 'Reset Defaults'
  533.           TabOrder = 5
  534.           OnClick = BtnResetBayesianClick
  535.         end
  536.         object BtnStrictBayesian: TButton
  537.           Left = 169
  538.           Top = 184
  539.           Width = 151
  540.           Height = 24
  541.           Caption = 'Strict Bayesian'
  542.           TabOrder = 4
  543.           OnClick = BtnStrictBayesianClick
  544.         end
  545.       end
  546.     end
  547.     object TabSheet2: TElTabSheet
  548.       PageControl = pc
  549.       ImageIndex = 1
  550.       Caption = '&Word Lists'
  551.       Visible = False
  552.       object Label9: TLabel
  553.         Left = 16
  554.         Top = 6
  555.         Width = 376
  556.         Height = 48
  557.         Caption = 
  558.           'Modify word lists used during filtering process. Junk Mail filte' +
  559.           'ring '#13#10'is not done solely based on these lists, but you can use ' +
  560.           'them to '#13#10'ensure certain senders are banned or always allowed th' +
  561.           'rough.'
  562.         Font.Charset = DEFAULT_CHARSET
  563.         Font.Color = clWindowText
  564.         Font.Height = 16
  565.         Font.Name = 'Arial'
  566.         Font.Style = []
  567.         ParentFont = False
  568.       end
  569.       object Label10: TLabel
  570.         Left = 170
  571.         Top = 76
  572.         Width = 141
  573.         Height = 16
  574.         Caption = 'Ban senders or domains'
  575.         Font.Charset = DEFAULT_CHARSET
  576.         Font.Color = clWindowText
  577.         Font.Height = 16
  578.         Font.Name = 'Arial'
  579.         Font.Style = []
  580.         ParentFont = False
  581.       end
  582.       object Label11: TLabel
  583.         Left = 170
  584.         Top = 107
  585.         Width = 174
  586.         Height = 16
  587.         Caption = 'Ban full or partial subject lines'
  588.         Font.Charset = DEFAULT_CHARSET
  589.         Font.Color = clWindowText
  590.         Font.Height = 16
  591.         Font.Name = 'Arial'
  592.         Font.Style = []
  593.         ParentFont = False
  594.       end
  595.       object Label12: TLabel
  596.         Left = 170
  597.         Top = 138
  598.         Width = 267
  599.         Height = 16
  600.         Caption = 'Allowed senders (not already in address book)'
  601.         Font.Charset = DEFAULT_CHARSET
  602.         Font.Color = clWindowText
  603.         Font.Height = 16
  604.         Font.Name = 'Arial'
  605.         Font.Style = []
  606.         ParentFont = False
  607.       end
  608.       object Label13: TLabel
  609.         Left = 170
  610.         Top = 169
  611.         Width = 274
  612.         Height = 16
  613.         Caption = 'Allowed recipients (if you use e-mail forwarding)'
  614.         Font.Charset = DEFAULT_CHARSET
  615.         Font.Color = clWindowText
  616.         Font.Height = 16
  617.         Font.Name = 'Arial'
  618.         Font.Style = []
  619.         ParentFont = False
  620.       end
  621.       object Label14: TLabel
  622.         Left = 170
  623.         Top = 194
  624.         Width = 268
  625.         Height = 32
  626.         Caption = 
  627.           'For advanced users only, not used if filtering is'#13#10'done before d' +
  628.           'ownloading message'
  629.         Font.Charset = DEFAULT_CHARSET
  630.         Font.Color = clWindowText
  631.         Font.Height = 16
  632.         Font.Name = 'Arial'
  633.         Font.Style = []
  634.         ParentFont = False
  635.       end
  636.       object BtnJSenders: TButton
  637.         Left = 9
  638.         Top = 72
  639.         Width = 151
  640.         Height = 24
  641.         Caption = 'Banned Senders'
  642.         TabOrder = 0
  643.         OnClick = BtnJSendersClick
  644.       end
  645.       object BtnJSubjects: TButton
  646.         Left = 9
  647.         Top = 103
  648.         Width = 151
  649.         Height = 24
  650.         Caption = 'Banned Subjects'
  651.         TabOrder = 1
  652.         OnClick = BtnJSendersClick
  653.       end
  654.       object BtnESenders: TButton
  655.         Left = 9
  656.         Top = 134
  657.         Width = 151
  658.         Height = 24
  659.         Caption = 'Allowed Senders'
  660.         TabOrder = 2
  661.         OnClick = BtnJSendersClick
  662.       end
  663.       object BtnEReceivers: TButton
  664.         Left = 9
  665.         Top = 165
  666.         Width = 151
  667.         Height = 24
  668.         Caption = 'Allowed Receivers'
  669.         TabOrder = 3
  670.         OnClick = BtnJSendersClick
  671.       end
  672.       object BtnBody: TButton
  673.         Left = 9
  674.         Top = 196
  675.         Width = 151
  676.         Height = 24
  677.         Caption = 'Message Body'
  678.         TabOrder = 4
  679.         OnClick = BtnJSendersClick
  680.       end
  681.     end
  682.   end
  683.   object BtnOK: TButton
  684.     Left = 298
  685.     Top = 372
  686.     Width = 100
  687.     Height = 30
  688.     Anchors = [akRight, akBottom]
  689.     Caption = '&OK'
  690.     Default = True
  691.     TabOrder = 2
  692.     OnClick = BtnOKClick
  693.   end
  694.   object BtnCancel: TButton
  695.     Left = 407
  696.     Top = 372
  697.     Width = 100
  698.     Height = 30
  699.     Anchors = [akRight, akBottom]
  700.     Cancel = True
  701.     Caption = 'Cancel'
  702.     ModalResult = 2
  703.     TabOrder = 3
  704.     OnClick = BtnCancelClick
  705.   end
  706.   object PnlGrad: TElPanel
  707.     Left = 0
  708.     Top = 92
  709.     Width = 523
  710.     Height = 5
  711.     BackgroundType = bgtVertGradient
  712.     GradientSteps = 32
  713.     Align = alNone
  714.     BevelOuter = bvNone
  715.     UseXPThemes = False
  716.     TabOrder = 4
  717.     DockOrientation = doNoOrient
  718.   end
  719. end
  720.